home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6478 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  957 b 

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Linux Modem Control in C++
  5. Date: 24 Feb 1996 13:00:10 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4gnu8qINN32b@keats.ugrad.cs.ubc.ca>
  8. References: <4gl8tm$kqu@mailserver.sentientsystems.com>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4gl8tm$kqu@mailserver.sentientsystems.com>,
  12. David Medvitz <dmedvitz@mailserver.sentientsystems.com> wrote:
  13.  >I'm looking for some help in locating a library for C/C++ modem
  14.  >control in Linux.  Does one exist?  If so, where might I find it?
  15.  >Any help is appreciated.
  16.  
  17. It's in the kernel. There is a C interface to it via the standard shared
  18. library. Terminal control is standardized by POSIX. You can set the baud rate,
  19. handshaking, and other aspects of the operation of a tty.
  20.  
  21. Try asking in a Unix or Linux specific newsgroup.
  22.  
  23.  
  24. -- 
  25.  
  26.